home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 11194 / 11194.xpi / install.rdf < prev   
Encoding:
Extensible Markup Language  |  2009-11-30  |  1.3 KB  |  32 lines

  1. <?xml version="1.0"?>
  2.  
  3. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  4.      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  5.  
  6.     <Description about="urn:mozilla:install-manifest">
  7.         <em:id>weatherwatcherlive@singerscreations.com</em:id>
  8.         <em:version>1.0.13</em:version>
  9.  
  10.     <!-- Firefox -->
  11.         <em:targetApplication>
  12.             <Description>
  13.                 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  14.                 <em:minVersion>1.5</em:minVersion>
  15.                 <em:maxVersion>3.6.*</em:maxVersion>
  16.             </Description>
  17.         </em:targetApplication>
  18.  
  19.     <!-- Front End MetaData -->
  20.     <em:name>Weather Watcher Live</em:name>
  21.     <em:description>Display real-time weather information in your Firefox toolbar.</em:description>
  22.     <em:creator>Mike Singer</em:creator>
  23.     <em:homepageURL>http://www.SingersCreations.com</em:homepageURL>
  24.         <em:type>2</em:type>
  25.         
  26.         <!-- Front End Integration Hooks (used by Extension Manager)-->
  27.     <em:optionsURL>chrome://weatherwatcherlive/content/optionsDialog.xul</em:optionsURL>
  28.     <em:iconURL>chrome://weatherwatcherlive/skin/WeatherWatcherLive.png</em:iconURL>  
  29.         <em:aboutURL>chrome://weatherwatcherlive/content/aboutDialog.xul</em:aboutURL>
  30.     </Description>
  31. </RDF>
  32.